-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Response Status Code Checks to IntegrationTestUtils #3025
Add Response Status Code Checks to IntegrationTestUtils #3025
Conversation
… returns the ResponseEntity object
…eStatusCode (now "createGroupAndIgnoreConflict"): now only allows 200 OK or 409 CONFLICT
@adrianhoelzl-sap Makes sense overall, thanks! uaa/uaa/src/test/java/org/cloudfoundry/identity/uaa/integration/feature/SamlLoginIT.java Line 162 in bdec670
If you narrow it to just IntegrationTestUtils.createGroup (aka do not ignore conflicts but still expect |
For me, the tests fail because the groups already exist, maybe they are created already by previous tests. You can see the error messages in the voters for commit c51ed9f. |
@peterhaochen47 I made the behavior of the |
closes #2889